home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / move / move.dir / 00052_Script_52 < prev    next >
Text File  |  1999-03-05  |  275b  |  16 lines

  1. on mouseUp
  2.   global currentproject,currentpage
  3.   go "loop1"
  4.   
  5.   
  6.   
  7.   
  8.   
  9.   puppetsprite 15, true
  10.   set the member of sprite 15 = member string(line currentpage of field "pages")
  11.   
  12.   set the member of sprite 25 = line currentproject of field "project"
  13. end
  14.  
  15.  
  16.